Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.IInformationControlCreator

Packages that use IInformationControlCreator
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.information Provides an information provider add-on for an ITextViewer
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of IInformationControlCreator in org.eclipse.jface.text
 

Fields in org.eclipse.jface.text declared as IInformationControlCreator
protected  IInformationControlCreator TextViewer.fHoverControlCreator
          The creator of the text hover control
protected  IInformationControlCreator AbstractInformationControlManager.fInformationControlCreator
          The information control creator
 

Methods in org.eclipse.jface.text that return IInformationControlCreator
 IInformationControlCreator ITextHoverExtension.getInformationControlCreator()
          Returns the information control creator of this text hover.
 

Methods in org.eclipse.jface.text with parameters of type IInformationControlCreator
 void TextViewer.setHoverControlCreator(IInformationControlCreator creator)
          Sets the creator for the hover controls.
 boolean IInformationControlCreatorExtension.canReplace(IInformationControlCreator creator)
          Tests whether the given information provider can replace the given information provide.
protected  void AbstractInformationControlManager.setCustomInformationControlCreator(IInformationControlCreator informationControlCreator)
          Sets the temporary custom control creator, overriding this manager's default information control creator.
 

Constructors in org.eclipse.jface.text with parameters of type IInformationControlCreator
AbstractInformationControlManager(IInformationControlCreator creator)
          Creates a new information control manager using the given information control creator.
AbstractHoverInformationControlManager(IInformationControlCreator creator)
          Creates a new hover information control manager using the given information control creator.
 

Uses of IInformationControlCreator in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist that return IInformationControlCreator
 IInformationControlCreator ICompletionProposalExtension3.getInformationControlCreator()
          Returns the information control creator of this completion proposal.
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IInformationControlCreator
 void ContentAssistant.setInformationControlCreator(IInformationControlCreator creator)
          Sets the information control creator for the additional information control.
 

Uses of IInformationControlCreator in org.eclipse.jface.text.information
 

Methods in org.eclipse.jface.text.information that return IInformationControlCreator
 IInformationControlCreator IInformationProviderExtension2.getInformationPresenterControlCreator()
          Returns the information control creator of this information provider.
 

Constructors in org.eclipse.jface.text.information with parameters of type IInformationControlCreator
InformationPresenter(IInformationControlCreator creator)
          Creates a new information presenter that uses the given information control creator.
 

Uses of IInformationControlCreator in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return IInformationControlCreator
 IInformationControlCreator SourceViewerConfiguration.getInformationControlCreator(ISourceViewer sourceViewer)
          Returns the information control creator.
 IInformationControlCreator LineChangeHover.getInformationControlCreator()
           
 IInformationControlCreator IAnnotationHoverExtension.getInformationControlCreator()
          Returns the information control creator of this annotation hover.
 

Constructors in org.eclipse.jface.text.source with parameters of type IInformationControlCreator
AnnotationBarHoverManager(ISourceViewer sourceViewer, IVerticalRuler ruler, IAnnotationHover annotationHover, IInformationControlCreator creator)
          Deprecated. As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator)
AnnotationBarHoverManager(IVerticalRulerInfo rulerInfo, ISourceViewer sourceViewer, IAnnotationHover annotationHover, IInformationControlCreator creator)
          Creates an annotation hover manager with the given parameters.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.